STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

D.8.1 StructureDefinition: DAF-FamilyMemberHistory

The official URL for this profile is:

http://hl7.org/fhir/StructureDefinition/daf-familymemberhistory

Defines constraints and extensions on the FamilyMemberHistory resource for use in querying and retrieving patient's family member's history information.

This profile was published on Thu, Aug 21, 2014 00:00+1000 as a draft by Health Level Seven International (Infrastructure and Messaging - Data Access Framework).

D.8.1.1 Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from FamilyMemberHistory.

Summary

Mandatory: 3 elements (+1 nested mandatory element)
Must-Support: 12 elements

Structures

This structure refers to these other structures:

NameFlagsCard.TypeDescription & Constraintsdoco
.. FamilyMemberHistory I0..*FamilyMemberHistoryInformation about patient's relatives, relevant for patient
fhs-1: Can have age[x] or born[x], but not both
... meta 0..1MetaMetadata about the resource
... implicitRules ?! 0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: IETF BCP-47 (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier S0..*IdentifierExternal Id(s) for this record
... patient S 1..1Reference(DAF-Patient)Patient history is about
... date S 0..1dateTimeWhen history was captured/updated
... status ?! S1..1codepartial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required)
... name S 0..1stringThe family member described
... relationship S 1..1CodeableConceptRelationship to the subject
Binding: FamilyMember (example)
... gender 0..1codemale | female | other | unknown
Binding: AdministrativeGender (required)
... born[x] S I0..1Period, date, string(approximate) date of birth
... age[x] S I0..1Age, Range, string(approximate) age
... deceased[x] S0..1boolean, Age, Range, date, stringDead? How old/when?
... note 0..1AnnotationGeneral note about related person
... condition S0..*BackboneElementCondition that the related person had
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?! 0..*ExtensionExtensions that cannot be ignored
.... code S1..1CodeableConceptCondition suffered by relation
Binding: Problem Value Set (extensible)
.... outcome 0..1CodeableConceptdeceased | permanent disability | etc.
Binding: Condition Outcome Codes (example)
.... onset[x] S0..1Age, Range, stringWhen condition first manifested
.... note 0..1AnnotationExtra information about condition

doco Documentation for this format

todo

This structure is derived from FamilyMemberHistory.

Summary

Mandatory: 3 elements (+1 nested mandatory element)
Must-Support: 12 elements

Structures

This structure refers to these other structures:

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. FamilyMemberHistory I0..*FamilyMemberHistoryInformation about patient's relatives, relevant for patient
fhs-1: Can have age[x] or born[x], but not both
... meta 0..1MetaMetadata about the resource
... implicitRules ?! 0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: IETF BCP-47 (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier S0..*IdentifierExternal Id(s) for this record
... patient S 1..1Reference(DAF-Patient)Patient history is about
... date S 0..1dateTimeWhen history was captured/updated
... status ?! S1..1codepartial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required)
... name S 0..1stringThe family member described
... relationship S 1..1CodeableConceptRelationship to the subject
Binding: FamilyMember (example)
... gender 0..1codemale | female | other | unknown
Binding: AdministrativeGender (required)
... born[x] S I0..1Period, date, string(approximate) date of birth
... age[x] S I0..1Age, Range, string(approximate) age
... deceased[x] S0..1boolean, Age, Range, date, stringDead? How old/when?
... note 0..1AnnotationGeneral note about related person
... condition S0..*BackboneElementCondition that the related person had
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?! 0..*ExtensionExtensions that cannot be ignored
.... code S1..1CodeableConceptCondition suffered by relation
Binding: Problem Value Set (extensible)
.... outcome 0..1CodeableConceptdeceased | permanent disability | etc.
Binding: Condition Outcome Codes (example)
.... onset[x] S0..1Age, Range, stringWhen condition first manifested
.... note 0..1AnnotationExtra information about condition

doco Documentation for this format

XML Template

JSON Template

todo

 

Other representations of profile: Schematron

D.8.1.2 Terminology Bindings

PathNameConformanceValueSet
FamilyMemberHistory.language?extrequiredhttp://tools.ietf.org/html/bcp47
FamilyMemberHistory.statusFamilyHistoryStatusrequiredFamilyHistoryStatus
FamilyMemberHistory.relationshipFamilyMemberexampleFamilyMember
FamilyMemberHistory.genderAdministrativeGenderrequiredAdministrativeGender
FamilyMemberHistory.condition.codeProblem Value SetextensibleProblem Value Set
FamilyMemberHistory.condition.outcomeCondition Outcome CodesexampleCondition Outcome Codes

D.8.1.3 Constraints

IdPathDetailsRequirements
fhs-1FamilyMemberHistoryCan have age[x] or born[x], but not both
XPath: not (*[starts-with(local-name(.), 'age')] and *[starts-with(local-name(.), 'birth')])
.